CANMOVE;FALSE
MARINA;Dispatch this area looks deep enough to dive in should I give it a go?
QUERY;DIVE

	DENY;DIVE
	DISPATCH;I think we should hold off on that for now.
	MARINA;Oh alright.
	SIGNAL;CURIOFALSE
	JUMP;END

	CONFIRM;DIVE
	DISPATCH;Sure thing have you done this sort of thing before?
	MARINA;Well duh, I am a diver after all. It's like our entire job.
	DISPATCH;I was expecting to give some long drawn out explanation on how diving works.
	DISPATCH;Anyway on your go then.
	PLAYAUDIO;HOLDBREATH
	WAIT;2
	CHECK;NAKED;1;NAKEDDIVE

		CONFIRM;NAKEDDIVE
		PLAYSLIDE;DivingNaked;NORMAL
		JUMP;EXIT

		DENY;NAKEDDIVE
		PLAYSLIDE;Diving;NORMAL

		CONFIRM;EXIT
		WAIT;10
		PLAYAUDIO;EXITWATERGASP
		MARINA;Awesome I found something!
		DISPATCH;Great work!
		MARINA;Hopefully we can find some more spots.
		TREASURE;2
		SIGNAL;CURIOTRUE

CONFIRM;END
CANMOVE;TRUE
WAIT;2
